• frmSalesRecord1.Designer.cs
  • project /
1 namespace WarehouseManagementSystem
2 {
3     
partial class frmSalesRecord1
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(frmSalesRecord1));
32             
this.TabControl1 = new System.Windows.Forms.TabControl();
33             
this.TabPage1 = new System.Windows.Forms.TabPage();
34             
this.lblUser = new System.Windows.Forms.Label();
35             
this.GroupBox3 = new System.Windows.Forms.GroupBox();
36             
this.TextBox3 = new System.Windows.Forms.TextBox();
37             
this.TextBox2 = new System.Windows.Forms.TextBox();
38             
this.TextBox1 = new System.Windows.Forms.TextBox();
39             
this.Label5 = new System.Windows.Forms.Label();
40             
this.Label1 = new System.Windows.Forms.Label();
41             
this.Label2 = new System.Windows.Forms.Label();
42             
this.DataGridView1 = new System.Windows.Forms.DataGridView();
43             
this.GroupBox2 = new System.Windows.Forms.GroupBox();
44             
this.Button3 = new System.Windows.Forms.Button();
45             
this.Button1 = new System.Windows.Forms.Button();
46             
this.Button2 = new System.Windows.Forms.Button();
47             
this.GroupBox1 = new System.Windows.Forms.GroupBox();
48             
this.dtpInvoiceDateTo = new System.Windows.Forms.DateTimePicker();
49             
this.dtpInvoiceDateFrom = new System.Windows.Forms.DateTimePicker();
50             
this.Label3 = new System.Windows.Forms.Label();
51             
this.Label4 = new System.Windows.Forms.Label();
52             
this.TabPage3 = new System.Windows.Forms.TabPage();
53             
this.GroupBox4 = new System.Windows.Forms.GroupBox();
54             
this.TextBox4 = new System.Windows.Forms.TextBox();
55             
this.TextBox5 = new System.Windows.Forms.TextBox();
56             
this.TextBox6 = new System.Windows.Forms.TextBox();
57             
this.Label6 = new System.Windows.Forms.Label();
58             
this.Label7 = new System.Windows.Forms.Label();
59             
this.Label8 = new System.Windows.Forms.Label();
60             
this.DataGridView3 = new System.Windows.Forms.DataGridView();
61             
this.GroupBox8 = new System.Windows.Forms.GroupBox();
62             
this.Button7 = new System.Windows.Forms.Button();
63             
this.Button9 = new System.Windows.Forms.Button();
64             
this.GroupBox9 = new System.Windows.Forms.GroupBox();
65             
this.cmbCustomerName = new System.Windows.Forms.ComboBox();
66             
this.Label16 = new System.Windows.Forms.Label();
67             
this.TabPage2 = new System.Windows.Forms.TabPage();
68             
this.GroupBox10 = new System.Windows.Forms.GroupBox();
69             
this.TextBox10 = new System.Windows.Forms.TextBox();
70             
this.TextBox11 = new System.Windows.Forms.TextBox();
71             
this.TextBox12 = new System.Windows.Forms.TextBox();
72             
this.Label14 = new System.Windows.Forms.Label();
73             
this.Label15 = new System.Windows.Forms.Label();
74             
this.Label17 = new System.Windows.Forms.Label();
75             
this.DataGridView2 = new System.Windows.Forms.DataGridView();
76             
this.GroupBox7 = new System.Windows.Forms.GroupBox();
77             
this.Button4 = new System.Windows.Forms.Button();
78             
this.Button5 = new System.Windows.Forms.Button();
79             
this.Button6 = new System.Windows.Forms.Button();
80             
this.GroupBox6 = new System.Windows.Forms.GroupBox();
81             
this.DateTimePicker1 = new System.Windows.Forms.DateTimePicker();
82             
this.DateTimePicker2 = new System.Windows.Forms.DateTimePicker();
83             
this.Label12 = new System.Windows.Forms.Label();
84             
this.Label13 = new System.Windows.Forms.Label();
85             
this.lblUserType = new System.Windows.Forms.Label();
86             
this.TabControl1.SuspendLayout();
87             
this.TabPage1.SuspendLayout();
88             
this.GroupBox3.SuspendLayout();
89             ((System.ComponentModel.ISupportInitialize)(
this.DataGridView1)).BeginInit();
90             
this.GroupBox2.SuspendLayout();
91             
this.GroupBox1.SuspendLayout();
92             
this.TabPage3.SuspendLayout();
93             
this.GroupBox4.SuspendLayout();
94             ((System.ComponentModel.ISupportInitialize)(
this.DataGridView3)).BeginInit();
95             
this.GroupBox8.SuspendLayout();
96             
this.GroupBox9.SuspendLayout();
97             
this.TabPage2.SuspendLayout();
98             
this.GroupBox10.SuspendLayout();
99             ((System.ComponentModel.ISupportInitialize)(
this.DataGridView2)).BeginInit();
100             
this.GroupBox7.SuspendLayout();
101             
this.GroupBox6.SuspendLayout();
102             
this.SuspendLayout();
103             
//
104             
// TabControl1
105             
//
106             
this.TabControl1.Controls.Add(this.TabPage1);
107             
this.TabControl1.Controls.Add(this.TabPage3);
108             
this.TabControl1.Controls.Add(this.TabPage2);
109             
this.TabControl1.Location = new System.Drawing.Point(-1, 0);
110             
this.TabControl1.Name = "TabControl1";
111             
this.TabControl1.SelectedIndex = 0;
112             
this.TabControl1.Size = new System.Drawing.Size(1312, 665);
113             
this.TabControl1.TabIndex = 1;
114             
this.TabControl1.Click += new System.EventHandler(this.TabControl1_Click);
115             
//
116             
// TabPage1
117             
//
118             
this.TabPage1.Controls.Add(this.lblUserType);
119             
this.TabPage1.Controls.Add(this.lblUser);
120             
this.TabPage1.Controls.Add(this.GroupBox3);
121             
this.TabPage1.Controls.Add(this.DataGridView1);
122             
this.TabPage1.Controls.Add(this.GroupBox2);
123             
this.TabPage1.Controls.Add(this.GroupBox1);
124             
this.TabPage1.Location = new System.Drawing.Point(4, 26);
125             
this.TabPage1.Name = "TabPage1";
126             
this.TabPage1.Padding = new System.Windows.Forms.Padding(3);
127             
this.TabPage1.Size = new System.Drawing.Size(1304, 635);
128             
this.TabPage1.TabIndex = 0;
129             
this.TabPage1.Text = "By Order Date";
130             
this.TabPage1.UseVisualStyleBackColor = true;
131             
//
132             
// lblUser
133             
//
134             
this.lblUser.AutoSize = true;
135             
this.lblUser.Location = new System.Drawing.Point(719, 24);
136             
this.lblUser.Name = "lblUser";
137             
this.lblUser.Size = new System.Drawing.Size(39, 17);
138             
this.lblUser.TabIndex = 22;
139             
this.lblUser.Text = "label9";
140             
this.lblUser.Visible = false;
141             
//
142             
// GroupBox3
143             
//
144             
this.GroupBox3.Controls.Add(this.TextBox3);
145             
this.GroupBox3.Controls.Add(this.TextBox2);
146             
this.GroupBox3.Controls.Add(this.TextBox1);
147             
this.GroupBox3.Controls.Add(this.Label5);
148             
this.GroupBox3.Controls.Add(this.Label1);
149             
this.GroupBox3.Controls.Add(this.Label2);
150             
this.GroupBox3.Location = new System.Drawing.Point(1031, 91);
151             
this.GroupBox3.Name = "GroupBox3";
152             
this.GroupBox3.Size = new System.Drawing.Size(265, 142);
153             
this.GroupBox3.TabIndex = 21;
154             
this.GroupBox3.TabStop = false;
155             
this.GroupBox3.Text = "Total";
156             
this.GroupBox3.Visible = false;
157             
//
158             
// TextBox3
159             
//
160             
this.TextBox3.Location = new System.Drawing.Point(127, 99);
161             
this.TextBox3.Name = "TextBox3";
162             
this.TextBox3.Size = new System.Drawing.Size(124, 24);
163             
this.TextBox3.TabIndex = 25;
164             
//
165             
// TextBox2
166             
//
167             
this.TextBox2.Location = new System.Drawing.Point(127, 62);
168             
this.TextBox2.Name = "TextBox2";
169             
this.TextBox2.Size = new System.Drawing.Size(124, 24);
170             
this.TextBox2.TabIndex = 25;
171             
//
172             
// TextBox1
173             
//
174             
this.TextBox1.Location = new System.Drawing.Point(127, 26);
175             
this.TextBox1.Name = "TextBox1";
176             
this.TextBox1.Size = new System.Drawing.Size(124, 24);
177             
this.TextBox1.TabIndex = 24;
178             
//
179             
// Label5
180             
//
181             
this.Label5.AutoSize = true;
182             
this.Label5.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
183             
this.Label5.Location = new System.Drawing.Point(18, 102);
184             
this.Label5.Name = "Label5";
185             
this.Label5.Size = new System.Drawing.Size(90, 18);
186             
this.Label5.TabIndex = 23;
187             
this.Label5.Text = "Due Payment";
188             
//
189             
// Label1
190             
//
191             
this.Label1.AutoSize = true;
192             
this.Label1.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
193             
this.Label1.Location = new System.Drawing.Point(18, 66);
194             
this.Label1.Name = "Label1";
195             
this.Label1.Size = new System.Drawing.Size(96, 18);
196             
this.Label1.TabIndex = 23;
197             
this.Label1.Text = "Total Payment";
198             
//
199             
// Label2
200             
//
201             
this.Label2.AutoSize = true;
202             
this.Label2.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
203             
this.Label2.Location = new System.Drawing.Point(18, 31);
204             
this.Label2.Name = "Label2";
205             
this.Label2.Size = new System.Drawing.Size(58, 18);
206             
this.Label2.TabIndex = 22;
207             
this.Label2.Text = "Amount";
208             
//
209             
// DataGridView1
210             
//
211             
this.DataGridView1.AllowUserToAddRows = false;
212             
this.DataGridView1.AllowUserToDeleteRows = false;
213             
this.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
214             
this.DataGridView1.Location = new System.Drawing.Point(8, 99);
215             
this.DataGridView1.MultiSelect = false;
216             
this.DataGridView1.Name = "DataGridView1";
217             
this.DataGridView1.ReadOnly = true;
218             
this.DataGridView1.Size = new System.Drawing.Size(1017, 540);
219             
this.DataGridView1.TabIndex = 20;
220             
this.DataGridView1.RowHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.DataGridView1_RowHeaderMouseClick);
221             
this.DataGridView1.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.DataGridView1_RowPostPaint);
222             
//
223             
// GroupBox2
224             
//
225             
this.GroupBox2.Controls.Add(this.Button3);
226             
this.GroupBox2.Controls.Add(this.Button1);
227             
this.GroupBox2.Controls.Add(this.Button2);
228             
this.GroupBox2.Location = new System.Drawing.Point(354, 7);
229             
this.GroupBox2.Name = "GroupBox2";
230             
this.GroupBox2.Size = new System.Drawing.Size(331, 87);
231             
this.GroupBox2.TabIndex = 19;
232             
this.GroupBox2.TabStop = false;
233             
//
234             
// Button3
235             
//
236             
this.Button3.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
237             
this.Button3.Location = new System.Drawing.Point(218, 26);
238             
this.Button3.Name = "Button3";
239             
this.Button3.Size = new System.Drawing.Size(94, 40);
240             
this.Button3.TabIndex = 2;
241             
this.Button3.Text = "&Export Excel";
242             
this.Button3.UseVisualStyleBackColor = true;
243             
this.Button3.Click += new System.EventHandler(this.Button3_Click);
244             
//
245             
// Button1
246             
//
247             
this.Button1.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
248             
this.Button1.Location = new System.Drawing.Point(18, 26);
249             
this.Button1.Name = "Button1";
250             
this.Button1.Size = new System.Drawing.Size(94, 40);
251             
this.Button1.TabIndex = 0;
252             
this.Button1.Text = "&Get Data";
253             
this.Button1.UseVisualStyleBackColor = true;
254             
this.Button1.Click += new System.EventHandler(this.Button1_Click);
255             
//
256             
// Button2
257             
//
258             
this.Button2.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
259             
this.Button2.Location = new System.Drawing.Point(118, 26);
260             
this.Button2.Name = "Button2";
261             
this.Button2.Size = new System.Drawing.Size(94, 40);
262             
this.Button2.TabIndex = 1;
263             
this.Button2.Text = "&Reset";
264             
this.Button2.UseVisualStyleBackColor = true;
265             
this.Button2.Click += new System.EventHandler(this.Button2_Click);
266             
//
267             
// GroupBox1
268             
//
269             
this.GroupBox1.Controls.Add(this.dtpInvoiceDateTo);
270             
this.GroupBox1.Controls.Add(this.dtpInvoiceDateFrom);
271             
this.GroupBox1.Controls.Add(this.Label3);
272             
this.GroupBox1.Controls.Add(this.Label4);
273             
this.GroupBox1.Location = new System.Drawing.Point(8, 6);
274             
this.GroupBox1.Name = "GroupBox1";
275             
this.GroupBox1.Size = new System.Drawing.Size(331, 87);
276             
this.GroupBox1.TabIndex = 18;
277             
this.GroupBox1.TabStop = false;
278             
//
279             
// dtpInvoiceDateTo
280             
//
281             
this.dtpInvoiceDateTo.CustomFormat = "dd/MMM/yyyy";
282             
this.dtpInvoiceDateTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
283             
this.dtpInvoiceDateTo.Location = new System.Drawing.Point(190, 42);
284             
this.dtpInvoiceDateTo.Name = "dtpInvoiceDateTo";
285             
this.dtpInvoiceDateTo.Size = new System.Drawing.Size(120, 24);
286             
this.dtpInvoiceDateTo.TabIndex = 107;
287             
//
288             
// dtpInvoiceDateFrom
289             
//
290             
this.dtpInvoiceDateFrom.CustomFormat = "dd/MMM/yyyy";
291             
this.dtpInvoiceDateFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
292             
this.dtpInvoiceDateFrom.Location = new System.Drawing.Point(24, 42);
293             
this.dtpInvoiceDateFrom.Name = "dtpInvoiceDateFrom";
294             
this.dtpInvoiceDateFrom.Size = new System.Drawing.Size(120, 24);
295             
this.dtpInvoiceDateFrom.TabIndex = 106;
296             
//
297             
// Label3
298             
//
299             
this.Label3.AutoSize = true;
300             
this.Label3.Font = new System.Drawing.Font("Palatino Linotype", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
301             
this.Label3.Location = new System.Drawing.Point(20, 18);
302             
this.Label3.Name = "Label3";
303             
this.Label3.Size = new System.Drawing.Size(47, 21);
304             
this.Label3.TabIndex = 9;
305             
this.Label3.Text = "From";
306             
//
307             
// Label4
308             
//
309             
this.Label4.AutoSize = true;
310             
this.Label4.Font = new System.Drawing.Font("Palatino Linotype", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
311             
this.Label4.Location = new System.Drawing.Point(186, 18);
312             
this.Label4.Name = "Label4";
313             
this.Label4.Size = new System.Drawing.Size(28, 21);
314             
this.Label4.TabIndex = 10;
315             
this.Label4.Text = "To";
316             
//
317             
// TabPage3
318             
//
319             
this.TabPage3.Controls.Add(this.GroupBox4);
320             
this.TabPage3.Controls.Add(this.DataGridView3);
321             
this.TabPage3.Controls.Add(this.GroupBox8);
322             
this.TabPage3.Controls.Add(this.GroupBox9);
323             
this.TabPage3.Location = new System.Drawing.Point(4, 26);
324             
this.TabPage3.Name = "TabPage3";
325             
this.TabPage3.Padding = new System.Windows.Forms.Padding(3);
326             
this.TabPage3.Size = new System.Drawing.Size(1304, 635);
327             
this.TabPage3.TabIndex = 2;
328             
this.TabPage3.Text = "By Customer";
329             
this.TabPage3.UseVisualStyleBackColor = true;
330             
//
331             
// GroupBox4
332             
//
333             
this.GroupBox4.Controls.Add(this.TextBox4);
334             
this.GroupBox4.Controls.Add(this.TextBox5);
335             
this.GroupBox4.Controls.Add(this.TextBox6);
336             
this.GroupBox4.Controls.Add(this.Label6);
337             
this.GroupBox4.Controls.Add(this.Label7);
338             
this.GroupBox4.Controls.Add(this.Label8);
339             
this.GroupBox4.Location = new System.Drawing.Point(1029, 91);
340             
this.GroupBox4.Name = "GroupBox4";
341             
this.GroupBox4.Size = new System.Drawing.Size(267, 142);
342             
this.GroupBox4.TabIndex = 29;
343             
this.GroupBox4.TabStop = false;
344             
this.GroupBox4.Text = "Total";
345             
this.GroupBox4.Visible = false;
346             
//
347             
// TextBox4
348             
//
349             
this.TextBox4.Location = new System.Drawing.Point(127, 99);
350             
this.TextBox4.Name = "TextBox4";
351             
this.TextBox4.Size = new System.Drawing.Size(125, 24);
352             
this.TextBox4.TabIndex = 25;
353             
//
354             
// TextBox5
355             
//
356             
this.TextBox5.Location = new System.Drawing.Point(127, 62);
357             
this.TextBox5.Name = "TextBox5";
358             
this.TextBox5.Size = new System.Drawing.Size(125, 24);
359             
this.TextBox5.TabIndex = 25;
360             
//
361             
// TextBox6
362             
//
363             
this.TextBox6.Location = new System.Drawing.Point(127, 25);
364             
this.TextBox6.Name = "TextBox6";
365             
this.TextBox6.Size = new System.Drawing.Size(125, 24);
366             
this.TextBox6.TabIndex = 24;
367             
//
368             
// Label6
369             
//
370             
this.Label6.AutoSize = true;
371             
this.Label6.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
372             
this.Label6.Location = new System.Drawing.Point(18, 102);
373             
this.Label6.Name = "Label6";
374             
this.Label6.Size = new System.Drawing.Size(90, 18);
375             
this.Label6.TabIndex = 23;
376             
this.Label6.Text = "Due Payment";
377             
//
378             
// Label7
379             
//
380             
this.Label7.AutoSize = true;
381             
this.Label7.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
382             
this.Label7.Location = new System.Drawing.Point(18, 66);
383             
this.Label7.Name = "Label7";
384             
this.Label7.Size = new System.Drawing.Size(96, 18);
385             
this.Label7.TabIndex = 23;
386             
this.Label7.Text = "Total Payment";
387             
//
388             
// Label8
389             
//
390             
this.Label8.AutoSize = true;
391             
this.Label8.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
392             
this.Label8.Location = new System.Drawing.Point(18, 31);
393             
this.Label8.Name = "Label8";
394             
this.Label8.Size = new System.Drawing.Size(58, 18);
395             
this.Label8.TabIndex = 22;
396             
this.Label8.Text = "Amount";
397             
//
398             
// DataGridView3
399             
//
400             
this.DataGridView3.AllowUserToAddRows = false;
401             
this.DataGridView3.AllowUserToDeleteRows = false;
402             
this.DataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
403             
this.DataGridView3.Location = new System.Drawing.Point(6, 99);
404             
this.DataGridView3.MultiSelect = false;
405             
this.DataGridView3.Name = "DataGridView3";
406             
this.DataGridView3.ReadOnly = true;
407             
this.DataGridView3.Size = new System.Drawing.Size(1017, 540);
408             
this.DataGridView3.TabIndex = 28;
409             
this.DataGridView3.RowHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.DataGridView3_RowHeaderMouseClick);
410             
this.DataGridView3.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.DataGridView3_RowPostPaint);
411             
//
412             
// GroupBox8
413             
//
414             
this.GroupBox8.Controls.Add(this.Button7);
415             
this.GroupBox8.Controls.Add(this.Button9);
416             
this.GroupBox8.Location = new System.Drawing.Point(354, 7);
417             
this.GroupBox8.Name = "GroupBox8";
418             
this.GroupBox8.Size = new System.Drawing.Size(236, 87);
419             
this.GroupBox8.TabIndex = 26;
420             
this.GroupBox8.TabStop = false;
421             
//
422             
// Button7
423             
//
424             
this.Button7.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
425             
this.Button7.Location = new System.Drawing.Point(119, 29);
426             
this.Button7.Name = "Button7";
427             
this.Button7.Size = new System.Drawing.Size(94, 40);
428             
this.Button7.TabIndex = 2;
429             
this.Button7.Text = "&Export Excel";
430             
this.Button7.UseVisualStyleBackColor = true;
431             
this.Button7.Click += new System.EventHandler(this.Button7_Click);
432             
//
433             
// Button9
434             
//
435             
this.Button9.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
436             
this.Button9.Location = new System.Drawing.Point(19, 29);
437             
this.Button9.Name = "Button9";
438             
this.Button9.Size = new System.Drawing.Size(94, 40);
439             
this.Button9.TabIndex = 1;
440             
this.Button9.Text = "&Reset";
441             
this.Button9.UseVisualStyleBackColor = true;
442             
this.Button9.Click += new System.EventHandler(this.Button9_Click);
443             
//
444             
// GroupBox9
445             
//
446             
this.GroupBox9.Controls.Add(this.cmbCustomerName);
447             
this.GroupBox9.Controls.Add(this.Label16);
448             
this.GroupBox9.Location = new System.Drawing.Point(8, 6);
449             
this.GroupBox9.Name = "GroupBox9";
450             
this.GroupBox9.Size = new System.Drawing.Size(340, 87);
451             
this.GroupBox9.TabIndex = 25;
452             
this.GroupBox9.TabStop = false;
453             
//
454             
// cmbCustomerName
455             
//
456             
this.cmbCustomerName.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
457             
this.cmbCustomerName.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
458             
this.cmbCustomerName.FormattingEnabled = true;
459             
this.cmbCustomerName.Location = new System.Drawing.Point(24, 45);
460             
this.cmbCustomerName.Name = "cmbCustomerName";
461             
this.cmbCustomerName.Size = new System.Drawing.Size(301, 25);
462             
this.cmbCustomerName.TabIndex = 25;
463             
this.cmbCustomerName.SelectedIndexChanged += new System.EventHandler(this.cmbCustomerName_SelectedIndexChanged);
464             
this.cmbCustomerName.Format += new System.Windows.Forms.ListControlConvertEventHandler(this.cmbCustomerName_Format);
465             
//
466             
// Label16
467             
//
468             
this.Label16.AutoSize = true;
469             
this.Label16.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
470             
this.Label16.Location = new System.Drawing.Point(20, 18);
471             
this.Label16.Name = "Label16";
472             
this.Label16.Size = new System.Drawing.Size(107, 18);
473             
this.Label16.TabIndex = 9;
474             
this.Label16.Text = "Customer Name";
475             
//
476             
// TabPage2
477             
//
478             
this.TabPage2.Controls.Add(this.GroupBox10);
479             
this.TabPage2.Controls.Add(this.DataGridView2);
480             
this.TabPage2.Controls.Add(this.GroupBox7);
481             
this.TabPage2.Controls.Add(this.GroupBox6);
482             
this.TabPage2.Location = new System.Drawing.Point(4, 26);
483             
this.TabPage2.Name = "TabPage2";
484             
this.TabPage2.Padding = new System.Windows.Forms.Padding(3);
485             
this.TabPage2.Size = new System.Drawing.Size(1304, 635);
486             
this.TabPage2.TabIndex = 4;
487             
this.TabPage2.Text = "By Payment Due";
488             
this.TabPage2.UseVisualStyleBackColor = true;
489             
//
490             
// GroupBox10
491             
//
492             
this.GroupBox10.Controls.Add(this.TextBox10);
493             
this.GroupBox10.Controls.Add(this.TextBox11);
494             
this.GroupBox10.Controls.Add(this.TextBox12);
495             
this.GroupBox10.Controls.Add(this.Label14);
496             
this.GroupBox10.Controls.Add(this.Label15);
497             
this.GroupBox10.Controls.Add(this.Label17);
498             
this.GroupBox10.Location = new System.Drawing.Point(1031, 92);
499             
this.GroupBox10.Name = "GroupBox10";
500             
this.GroupBox10.Size = new System.Drawing.Size(265, 142);
501             
this.GroupBox10.TabIndex = 22;
502             
this.GroupBox10.TabStop = false;
503             
this.GroupBox10.Text = "Total";
504             
this.GroupBox10.Visible = false;
505             
//
506             
// TextBox10
507             
//
508             
this.TextBox10.Location = new System.Drawing.Point(127, 99);
509             
this.TextBox10.Name = "TextBox10";
510             
this.TextBox10.Size = new System.Drawing.Size(123, 24);
511             
this.TextBox10.TabIndex = 25;
512             
//
513             
// TextBox11
514             
//
515             
this.TextBox11.Location = new System.Drawing.Point(127, 62);
516             
this.TextBox11.Name = "TextBox11";
517             
this.TextBox11.Size = new System.Drawing.Size(123, 24);
518             
this.TextBox11.TabIndex = 25;
519             
//
520             
// TextBox12
521             
//
522             
this.TextBox12.Location = new System.Drawing.Point(127, 26);
523             
this.TextBox12.Name = "TextBox12";
524             
this.TextBox12.Size = new System.Drawing.Size(123, 24);
525             
this.TextBox12.TabIndex = 24;
526             
//
527             
// Label14
528             
//
529             
this.Label14.AutoSize = true;
530             
this.Label14.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
531             
this.Label14.Location = new System.Drawing.Point(18, 102);
532             
this.Label14.Name = "Label14";
533             
this.Label14.Size = new System.Drawing.Size(90, 18);
534             
this.Label14.TabIndex = 23;
535             
this.Label14.Text = "Due Payment";
536             
//
537             
// Label15
538             
//
539             
this.Label15.AutoSize = true;
540             
this.Label15.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
541             
this.Label15.Location = new System.Drawing.Point(18, 66);
542             
this.Label15.Name = "Label15";
543             
this.Label15.Size = new System.Drawing.Size(96, 18);
544             
this.Label15.TabIndex = 23;
545             
this.Label15.Text = "Total Payment";
546             
//
547             
// Label17
548             
//
549             
this.Label17.AutoSize = true;
550             
this.Label17.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
551             
this.Label17.Location = new System.Drawing.Point(18, 31);
552             
this.Label17.Name = "Label17";
553             
this.Label17.Size = new System.Drawing.Size(58, 18);
554             
this.Label17.TabIndex = 22;
555             
this.Label17.Text = "Amount";
556             
//
557             
// DataGridView2
558             
//
559             
this.DataGridView2.AllowUserToAddRows = false;
560             
this.DataGridView2.AllowUserToDeleteRows = false;
561             
this.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
562             
this.DataGridView2.Location = new System.Drawing.Point(8, 99);
563             
this.DataGridView2.MultiSelect = false;
564             
this.DataGridView2.Name = "DataGridView2";
565             
this.DataGridView2.ReadOnly = true;
566             
this.DataGridView2.Size = new System.Drawing.Size(1017, 540);
567             
this.DataGridView2.TabIndex = 21;
568             
this.DataGridView2.RowHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.DataGridView2_RowHeaderMouseClick);
569             
this.DataGridView2.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.DataGridView2_RowPostPaint);
570             
//
571             
// GroupBox7
572             
//
573             
this.GroupBox7.Controls.Add(this.Button4);
574             
this.GroupBox7.Controls.Add(this.Button5);
575             
this.GroupBox7.Controls.Add(this.Button6);
576             
this.GroupBox7.Location = new System.Drawing.Point(356, 6);
577             
this.GroupBox7.Name = "GroupBox7";
578             
this.GroupBox7.Size = new System.Drawing.Size(331, 87);
579             
this.GroupBox7.TabIndex = 20;
580             
this.GroupBox7.TabStop = false;
581             
//
582             
// Button4
583             
//
584             
this.Button4.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
585             
this.Button4.Location = new System.Drawing.Point(218, 26);
586             
this.Button4.Name = "Button4";
587             
this.Button4.Size = new System.Drawing.Size(94, 40);
588             
this.Button4.TabIndex = 2;
589             
this.Button4.Text = "&Export Excel";
590             
this.Button4.UseVisualStyleBackColor = true;
591             
this.Button4.Click += new System.EventHandler(this.Button4_Click);
592             
//
593             
// Button5
594             
//
595             
this.Button5.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
596             
this.Button5.Location = new System.Drawing.Point(18, 26);
597             
this.Button5.Name = "Button5";
598             
this.Button5.Size = new System.Drawing.Size(94, 40);
599             
this.Button5.TabIndex = 0;
600             
this.Button5.Text = "&Get Data";
601             
this.Button5.UseVisualStyleBackColor = true;
602             
this.Button5.Click += new System.EventHandler(this.Button5_Click);
603             
//
604             
// Button6
605             
//
606             
this.Button6.Font = new System.Drawing.Font("Palatino Linotype", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
607             
this.Button6.Location = new System.Drawing.Point(118, 26);
608             
this.Button6.Name = "Button6";
609             
this.Button6.Size = new System.Drawing.Size(94, 40);
610             
this.Button6.TabIndex = 1;
611             
this.Button6.Text = "&Reset";
612             
this.Button6.UseVisualStyleBackColor = true;
613             
this.Button6.Click += new System.EventHandler(this.Button6_Click);
614             
//
615             
// GroupBox6
616             
//
617             
this.GroupBox6.Controls.Add(this.DateTimePicker1);
618             
this.GroupBox6.Controls.Add(this.DateTimePicker2);
619             
this.GroupBox6.Controls.Add(this.Label12);
620             
this.GroupBox6.Controls.Add(this.Label13);
621             
this.GroupBox6.Location = new System.Drawing.Point(8, 6);
622             
this.GroupBox6.Name = "GroupBox6";
623             
this.GroupBox6.Size = new System.Drawing.Size(331, 87);
624             
this.GroupBox6.TabIndex = 19;
625             
this.GroupBox6.TabStop = false;
626             
//
627             
// DateTimePicker1
628             
//
629             
this.DateTimePicker1.CustomFormat = "dd/MMM/yyyy";
630             
this.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
631             
this.DateTimePicker1.Location = new System.Drawing.Point(190, 42);
632             
this.DateTimePicker1.Name = "DateTimePicker1";
633             
this.DateTimePicker1.Size = new System.Drawing.Size(120, 24);
634             
this.DateTimePicker1.TabIndex = 107;
635             
//
636             
// DateTimePicker2
637             
//
638             
this.DateTimePicker2.CustomFormat = "dd/MMM/yyyy";
639             
this.DateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
640             
this.DateTimePicker2.Location = new System.Drawing.Point(24, 42);
641             
this.DateTimePicker2.Name = "DateTimePicker2";
642             
this.DateTimePicker2.Size = new System.Drawing.Size(120, 24);
643             
this.DateTimePicker2.TabIndex = 106;
644             
//
645             
// Label12
646             
//
647             
this.Label12.AutoSize = true;
648             
this.Label12.Font = new System.Drawing.Font("Palatino Linotype", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
649             
this.Label12.Location = new System.Drawing.Point(20, 18);
650             
this.Label12.Name = "Label12";
651             
this.Label12.Size = new System.Drawing.Size(47, 21);
652             
this.Label12.TabIndex = 9;
653             
this.Label12.Text = "From";
654             
//
655             
// Label13
656             
//
657             
this.Label13.AutoSize = true;
658             
this.Label13.Font = new System.Drawing.Font("Palatino Linotype", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
659             
this.Label13.Location = new System.Drawing.Point(186, 18);
660             
this.Label13.Name = "Label13";
661             
this.Label13.Size = new System.Drawing.Size(28, 21);
662             
this.Label13.TabIndex = 10;
663             
this.Label13.Text = "To";
664             
//
665             
// lblUserType
666             
//
667             
this.lblUserType.AutoSize = true;
668             
this.lblUserType.Location = new System.Drawing.Point(780, 24);
669             
this.lblUserType.Name = "lblUserType";
670             
this.lblUserType.Size = new System.Drawing.Size(45, 17);
671             
this.lblUserType.TabIndex = 23;
672             
this.lblUserType.Text = "label10";
673             
this.lblUserType.Visible = false;
674             
//
675             
// frmSalesRecord1
676             
//
677             
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
678             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
679             
this.BackColor = System.Drawing.SystemColors.ButtonHighlight;
680             
this.ClientSize = new System.Drawing.Size(1311, 664);
681             
this.Controls.Add(this.TabControl1);
682             
this.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
683             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
684             
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
685             
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
686             
this.MaximizeBox = false;
687             
this.Name = "frmSalesRecord1";
688             
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
689             
this.Text = "Sales Record";
690             
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmSalesRecord_FormClosing);
691             
this.Load += new System.EventHandler(this.frmSalesRecord_Load);
692             
this.TabControl1.ResumeLayout(false);
693             
this.TabPage1.ResumeLayout(false);
694             
this.TabPage1.PerformLayout();
695             
this.GroupBox3.ResumeLayout(false);
696             
this.GroupBox3.PerformLayout();
697             ((System.ComponentModel.ISupportInitialize)(
this.DataGridView1)).EndInit();
698             
this.GroupBox2.ResumeLayout(false);
699             
this.GroupBox1.ResumeLayout(false);
700             
this.GroupBox1.PerformLayout();
701             
this.TabPage3.ResumeLayout(false);
702             
this.GroupBox4.ResumeLayout(false);
703             
this.GroupBox4.PerformLayout();
704             ((System.ComponentModel.ISupportInitialize)(
this.DataGridView3)).EndInit();
705             
this.GroupBox8.ResumeLayout(false);
706             
this.GroupBox9.ResumeLayout(false);
707             
this.GroupBox9.PerformLayout();
708             
this.TabPage2.ResumeLayout(false);
709             
this.GroupBox10.ResumeLayout(false);
710             
this.GroupBox10.PerformLayout();
711             ((System.ComponentModel.ISupportInitialize)(
this.DataGridView2)).EndInit();
712             
this.GroupBox7.ResumeLayout(false);
713             
this.GroupBox6.ResumeLayout(false);
714             
this.GroupBox6.PerformLayout();
715             
this.ResumeLayout(false);
716
717         }
718
719         
#endregion
720
721         
internal System.Windows.Forms.TabControl TabControl1;
722         
internal System.Windows.Forms.TabPage TabPage1;
723         
internal System.Windows.Forms.GroupBox GroupBox3;
724         
internal System.Windows.Forms.TextBox TextBox3;
725         
internal System.Windows.Forms.TextBox TextBox2;
726         
internal System.Windows.Forms.TextBox TextBox1;
727         
internal System.Windows.Forms.Label Label5;
728         
internal System.Windows.Forms.Label Label1;
729         
internal System.Windows.Forms.Label Label2;
730         
internal System.Windows.Forms.DataGridView DataGridView1;
731         
internal System.Windows.Forms.GroupBox GroupBox2;
732         
internal System.Windows.Forms.Button Button3;
733         
internal System.Windows.Forms.Button Button1;
734         
internal System.Windows.Forms.Button Button2;
735         
internal System.Windows.Forms.GroupBox GroupBox1;
736         
internal System.Windows.Forms.DateTimePicker dtpInvoiceDateTo;
737         
internal System.Windows.Forms.DateTimePicker dtpInvoiceDateFrom;
738         
internal System.Windows.Forms.Label Label3;
739         
internal System.Windows.Forms.Label Label4;
740         
internal System.Windows.Forms.TabPage TabPage3;
741         
internal System.Windows.Forms.GroupBox GroupBox4;
742         
internal System.Windows.Forms.TextBox TextBox4;
743         
internal System.Windows.Forms.TextBox TextBox5;
744         
internal System.Windows.Forms.TextBox TextBox6;
745         
internal System.Windows.Forms.Label Label6;
746         
internal System.Windows.Forms.Label Label7;
747         
internal System.Windows.Forms.Label Label8;
748         
internal System.Windows.Forms.DataGridView DataGridView3;
749         
internal System.Windows.Forms.GroupBox GroupBox8;
750         
internal System.Windows.Forms.Button Button7;
751         
internal System.Windows.Forms.Button Button9;
752         
internal System.Windows.Forms.GroupBox GroupBox9;
753         
internal System.Windows.Forms.ComboBox cmbCustomerName;
754         
internal System.Windows.Forms.Label Label16;
755         
internal System.Windows.Forms.TabPage TabPage2;
756         
internal System.Windows.Forms.GroupBox GroupBox10;
757         
internal System.Windows.Forms.TextBox TextBox10;
758         
internal System.Windows.Forms.TextBox TextBox11;
759         
internal System.Windows.Forms.TextBox TextBox12;
760         
internal System.Windows.Forms.Label Label14;
761         
internal System.Windows.Forms.Label Label15;
762         
internal System.Windows.Forms.Label Label17;
763         
internal System.Windows.Forms.DataGridView DataGridView2;
764         
internal System.Windows.Forms.GroupBox GroupBox7;
765         
internal System.Windows.Forms.Button Button4;
766         
internal System.Windows.Forms.Button Button5;
767         
internal System.Windows.Forms.Button Button6;
768         
internal System.Windows.Forms.GroupBox GroupBox6;
769         
internal System.Windows.Forms.DateTimePicker DateTimePicker1;
770         
internal System.Windows.Forms.DateTimePicker DateTimePicker2;
771         
internal System.Windows.Forms.Label Label12;
772         
internal System.Windows.Forms.Label Label13;
773         
public System.Windows.Forms.Label lblUser;
774         
public System.Windows.Forms.Label lblUserType;
775     }
776 }


Gõ tìm kiếm nhanh...